Delete Expired Items

Deletes all expired items Each dataset has the option to set it's SLA according to the attached example

When setting expirationOptions.itemMaxAge to a number (100 for example), Each item in the dataset will be deleted once the corresponding number of days have passed since it's creation

Responses
200

Ok

post/datasets/deleteExpiredItems
Request samples
Response samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "status": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "type": "string",
  • "error": "string",
  • "progress": 0,
  • "spec": {
    },
  • "report": {
    }
}